Skip to content

Conversation

elbeno
Copy link
Contributor

@elbeno elbeno commented Jul 25, 2025

Problem:

  • When logging runtime arguments whose total size is less than 2 std::uint32_ts, the mipi builder uses the log_by_args path, despite the fact that packing the arguments according to the mipi spec means they could use much more space.

Solution:

  • Calculate the size based on the packed space, not the original argument size.

Problem:
- When logging runtime arguments whose total size is less than 2
  `std::uint32_t`s, the mipi builder uses the `log_by_args` path, despite the
  fact that packing the arguments according to the mipi spec means they could
  use much more space.

Solution:
- Calculate the size based on the packed space, not the original argument size.
@bdeane-intel bdeane-intel merged commit 3a6da7f into intel:main Aug 4, 2025
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants